# Python
__pycache__/
*.py[cod]
*.class
.Python
build/

# Cython
*.so
*.c
iso8583sim/core/_bitmap.c
iso8583sim/core/_parser_fast.c
iso8583sim/core/_validator_fast.c
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
.venv/
ENV/
env/

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

# Testing
.coverage
htmlcov/
.pytest_cache/
test-results.xml

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

# Documentation
docs/_build/
/_dev/

# Jupyter
.ipynb_checkpoints/
notebooks/.ipynb_checkpoints/
site/
