# ignore test results
tests/test/*
.hypothesis/

# toy/experimental files
*.csv
*.tsv
*.pkl

# ignore eggs
.eggs/

# ignore built docs
doc/build/*

# generic ignore list:
*.lst

# Compiled source
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc

# Packages
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

# Logs and databases
*.log
*.sql
*.sqlite

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

# Gedit temporary files
*~

# libreoffice lock files:
.~lock*

# IDE-specific items
.idea/

# pytest-related
.cache/
.coverage
.pytest_cache/

# Reserved files for comparison
*RESERVE*

# Build-related stuff
build/
dist/
site/
attmap.egg-info/
docs/autodoc_build
