14 lines
219 B
Plaintext
14 lines
219 B
Plaintext
|
.idea
|
||
|
# Ignore virtual environment
|
||
|
venv/
|
||
|
env/
|
||
|
|
||
|
# Ignore Python byte-compiled files
|
||
|
__pycache__/
|
||
|
|
||
|
# Ignore all pyc files
|
||
|
*.pyc
|
||
|
|
||
|
# If you have a .env file for environment variables, you might want to ignore that too
|
||
|
.env
|