# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.installed.cfg

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Distribution / packaging
*.tar.gz
*.whl
MANIFEST

# IDEs
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Generated reports
swift_report_*.html
reports/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Hatch
.hatch/
