mirror of
https://github.com/bdrtr/BIRD-NEST.git
synced 2025-11-08 19:02:46 +00:00
Create .gitignore
This commit is contained in:
parent
e9185fa930
commit
9074549129
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
myenv
|
||||||
|
myenv/
|
||||||
|
# Ignore the virtual environment directory
|
||||||
|
__pycache__
|
||||||
|
# Ignore Python bytecode files
|
||||||
|
*.pyc
|
||||||
|
# Ignore compiled Python files
|
||||||
|
*.pyo
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user