BIRD-NEST/.gitignore
Bedir Tuğra Karaabalı 9074549129
Create .gitignore
2025-06-02 09:36:05 +03:00

10 lines
143 B
Plaintext

myenv
myenv/
# Ignore the virtual environment directory
__pycache__
# Ignore Python bytecode files
*.pyc
# Ignore compiled Python files
*.pyo