# Python
__pycache__/
*.pyc
*.pyo
*.pyd

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

# Compiled Python files
*.pyc
*.pyo

# Temporary files
*~
*.bak
.*.swp

# Build files
build/
dist/
atomgrad.egg-info