86 lines
923 B
Plaintext
86 lines
923 B
Plaintext
# Byte-compiled / optimized / DLL files
|
||
__pycache__/
|
||
*.py[cod]
|
||
*$py.class
|
||
|
||
# C extensions
|
||
*.so
|
||
|
||
# Distribution / packaging
|
||
.Python
|
||
build/
|
||
develop-eggs/
|
||
dist/
|
||
downloads/
|
||
eggs/
|
||
.eggs/
|
||
lib/
|
||
lib64/
|
||
parts/
|
||
sdist/
|
||
var/
|
||
wheels/
|
||
*.egg-info/
|
||
.installed.cfg
|
||
*.egg
|
||
MANIFEST
|
||
|
||
# Virtual environment directories
|
||
env/
|
||
venv/
|
||
ENV/
|
||
.env/
|
||
.enfv/
|
||
.pyenv/
|
||
.pyenv-version
|
||
.python-version
|
||
|
||
# Pyenv specific
|
||
.python-version
|
||
|
||
# Pyenv-virtualenv
|
||
.enfv/
|
||
|
||
# IPython and Jupyter
|
||
.ipynb_checkpoints
|
||
profile_default/
|
||
ipython_config.py
|
||
|
||
# Log files
|
||
*.log
|
||
|
||
# Unit test / coverage reports
|
||
htmlcov/
|
||
.tox/
|
||
.coverage
|
||
.coverage.*
|
||
.cache
|
||
.pytest_cache/
|
||
nosetests.xml
|
||
coverage.xml
|
||
*.cover
|
||
.hypothesis/
|
||
|
||
# Translations
|
||
*.mo
|
||
*.pot
|
||
|
||
# Django stuff:
|
||
*.log
|
||
local_settings.py
|
||
db.sqlite3
|
||
|
||
# VS Code settings
|
||
.vscode/
|
||
|
||
# PyCharm
|
||
.idea/
|
||
|
||
# Ignore the enfv folder’s virtual environment (if it exists)
|
||
enfv/
|
||
|
||
# Ignore other common environment folder names
|
||
env/
|
||
venv/
|
||
ENV/
|