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

# Environment variables
.env
*.env

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

# Distribution/Packaging
*.egg-info/
dist/
build/

# Testing artifacts
coverage/
*.cover
*.py,cover
.hypothesis/
.tox/
.pytest_cache/
.mypy_cache/

# Logs and debug files
*.log
*.out
*.err
logs/

# Editor/IDE-specific files
.vscode/
.idea/
*.swp
*.swo
*.sublime-workspace
*.sublime-project

# OS-generated files
.DS_Store
Thumbs.db

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Secrets and configurations
*.key
*.pem

**/test1
