# Rust/Cargo
/target/
**/*.rs.bk
*.pdb

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

# PyO3/Maturin
*.so
*.pyd
*.dll
*.dylib

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

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Testing
.coverage
.pytest_cache/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# pipenv
Pipfile.lock

# Poetry
poetry.lock

# Certificates and keys (for development)
*.pem
*.key
*.crt
*.p12
*.pfx

# Logs
*.log
logs/

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

# Documentation builds
docs/_build/
.readthedocs.yml

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# Project-specific
# Maturin build artifacts
quic_portal-*.whl
*.tar.gz

# Test artifacts
test_results/
benchmark_results/

# Local configuration
.env.local
config.local.*

# Generated distribution directory
quic_portal-*/