# Python compiled files
*.py[cod]
__pycache__/
*.so
*.egg
*.egg-info/
dist/
build/
*.pyo

# Virtual environments
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/

# Python virtual environments for IDEs
.idea/
.vscode/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Byte-compiled / optimized / DLL files
*.py[cod]
*.so
__pycache__/
*.pyd
*.dll

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
test_dir/

# Django stuff:
*.log
local_settings.py
db.sqlite3
media/
data/

*node_modules/

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation:
docs/_build/

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
*.temp/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pylint
.pylint.d/

# Bandit security scanner
.bandit

# Editors
*.swp
*~

# Others
cookies.txt
doesnotexist.txt
numbers.txt
test.txt

# Environment variables
.env
anges_test_env/
sweb_question/
sweb_question_*/
logs
core

