# Python
__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
MANIFEST

# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
.env

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# ML-specific
mlruns/
mlflow-artifacts/
artifacts/
models/
*.h5
*.pkl
*.joblib
.mlflow/

# Logs
logs/
*.log

# Files for tests
test-*.json
test-*.csv
test.db
*.db
anthropic_cost_summary.json
openai_cost_summary.json

# Temporary files
*.tmp
*.temp
.temp/
.tmp/

# Credentials
*.pem
*.key
*.crt

# Other project directories that shouldn't be included
genesis-service-langflow/
genesis-studio-backend/
observer-worker/
