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

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Testing
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/

# Distribution
*.whl
*.tar.gz

# Environment
.env
.env.local
*.pem

# Project-specific
edgar_cache/
*.parquet
*.duckdb
*.duckdb.wal
