# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.coverage
.pytest_cache/

# Environments
.env
.venv
env/
venv/
ENV/

# PyPI credentials (contains sensitive tokens)
.pypirc

# Test files with API keys
comprehensive_test.py
test_with_keys.py
*_test_with_keys.py

# IDE files
.vscode/
.idea/
*.swp

# macOS
.DS_Store