# Python bytecode files
*.pyc
*.pyo
*.pyd
__pycache__/

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

# IDE or editor directories
.idea/
.vscode/
*.swp

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# PyInstaller
*.spec

# Jupyter Notebook
.ipynb_checkpoints

# VS Code settings folder
.vscode/

# MyPy
.mypy_cache/

# Pytest cache
.cache/

# Flake8
.flake8

# Pylint
pylint-report.txt
pylint-output.txt

# Coverage reports
.coverage
coverage.xml
*.cover
*.py,cover

# Unit test configuration files
nosetests.xml
test*.xml

# Sphinx documentation
docs/_build/

# Pyre type checker
.pyre/

# Environment variables
.env
.env.*

logs/