mirror of
https://github.com/bdrtr/BIRD-NEST.git
synced 2025-11-08 10:52:46 +00:00
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
myenv
|
|
myenv/
|
|
# Ignore the virtual environment directory
|
|
__pycache__
|
|
# Ignore Python bytecode files
|
|
*.pyc
|
|
# Ignore compiled Python files
|
|
*.pyo
|
|
|