10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
|
# Ignore the virtual environment
|
||
|
venv
|
||
|
|
||
|
# Ignore the .env file for security reasons (you should handle secrets securely)
|
||
|
.env
|
||
|
|
||
|
# Ignore Python cache files
|
||
|
__pycache__
|
||
|
*.pyc
|