# Environment files
.env
.env.test

# OS generated files
.DS_Store

# Python generated files
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Test files (but not our regular unit tests)
# We want to keep unit test files like test_*.py
# But ignore temporary test scripts
test.py
temp_test*.py

# Coverage reports
.coverage
.coverage.*
htmlcov/
.pytest_cache/
coverage.xml
*.cover

# Log files
*.log

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

# IDE settings
.vscode/
.idea/
*.swp
*.swo

# IPython
profile_default/
ipython_config.py

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